.description-section {
    padding-top: 80px;
    padding-bottom: 30px;
}

.description-title {
    margin-bottom: 30px;
    font-size: 30px;
    color: #303030;
    font-weight: 600;
}

.description-block-text {
    max-width: 900px;
    font-size: 15px;
    line-height: 1.67 !important;
}

@media only screen and (max-width: 576px) {
    .description-section {
        padding-top: 50px !important;
    }

    .description-title {
        margin-bottom: 10px !important;
        margin-top: 10px;
    }
}
